home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q101 / 5 / 07.TXT < prev    next >
Text File  |  1993-08-30  |  3KB  |  73 lines

  1. DOCUMENT:Q101507  29-JUL-1993  [W_NT]
  2. TITLE   :INF: How Windows NT Determines a User's Home Directory
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. The system administrator specifies a home directory in the User
  16. Manager, in the user profile properties. Windows NT sets the following
  17. three environment variables based on the value of the home directory:
  18.  
  19.    HOMEDRIVE
  20.    HOMEPATH
  21.    HOMESHARE
  22.  
  23. For example, these three environment variables might have contents
  24. such as the following:
  25.  
  26.    HOMEDRIVE=<drive letter>:
  27.    HOMEPATH=\<path>
  28.    HOMESHARE=\\<server name>\<share name>
  29.  
  30.       NOTE: HOMESHARE could contain a local drive instead of a server
  31.       and share.
  32.  
  33. If no home directory is specified, Windows NT uses the following
  34. values by default:
  35.  
  36.    HOMEDRIVE=<drive where Windows NT is installed>
  37.    HOMEPATH=\users\default
  38.    HOMESHARE=
  39.  
  40.       NOTE: If the \USERS\DEFAULT directory does not exist on the
  41.       drive that has Windows NT installed, HOMEPATH is set to the
  42.       \USERS on that drive; if the \USERS directory does not exist,
  43.       HOMEPATH is set to the drive that has Windows NT installed.
  44.  
  45. The default directory the Command Prompt displays is the equivalent of
  46. HOMEDRIVE plus HOMEPATH.
  47.  
  48. If a user has the home directory set to \\<server>\<share>\<path>, the
  49. Command Prompt does not display the specified directory if the server
  50. is not available for any reason. The only method to determine what
  51. failed when the Command Prompt does not display the specified
  52. directory involves checking the event logs and verifying that
  53. everything is installed properly.
  54.  
  55. Additional reference words: 3.10
  56. KBCategory:
  57. KBSubcategory: winnt
  58.  
  59. =============================================================================
  60.  
  61. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  62. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  63. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  64. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  65. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  66. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  67. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  68. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  69. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  70. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  71. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  72.  
  73. Copyright Microsoft Corporation 1993.